const encoding/json.tokenObjectKey

4 uses

	encoding/json (current package)
		stream.go#L299: 	tokenObjectKey
		stream.go#L431: 				dec.tokenState = tokenObjectKey
		stream.go#L437: 			if dec.tokenState == tokenObjectStart || dec.tokenState == tokenObjectKey {
		stream.go#L473: 	case tokenObjectKey: